-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated package-json
dependency
#181
Conversation
This doesn't update yarn.lock as I'm not sure your procedure for that, and I'm using the web-editor currently.
🦋 Changeset detectedLatest commit: a4e6fbe The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
It went ESM-only
I need your assistance for what kind of changeset to include, as this affects many dependencies (in yarn.lock), but doesn't affect Manypkg's API. |
Looks like my PR expands on #176 -- sorry I didn't notice it! |
Is the project still maintained? If so can we merge this, Snyk marked this vulnerability as critical. |
package-json
dependency
Fixes: #180
package-json went ESM-only, but we only use it in one place in upgrade.ts, and the error that was thrown told me to use a dynamic import, so I did. It was already an
async
context, so I think this is fine?The tests pass!
Many yarn.lock updates though!